home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / wikipad / WikidPad-1.9beta2.exe / {app} / WikidPadHelp / data / IncrementalSearch.wiki < prev    next >
Encoding:
Text File  |  2006-12-23  |  1.6 KB  |  42 lines

  1. ∩╗┐++ Incremental Search
  2.  
  3. When in a document type CTRL-F or F3 to start an incremental search in
  4. the left field of the status bar.
  5. When in incremental search mode anything you type becomes a search
  6. string, and as you type you are brought to matches in the current
  7. text. Typing CTRL-F, or F3 again or typing CURSOR DOWN or PAGE DOWN
  8. will "Search Next" while SHIFT-F3, CURSOR UP or PAGE UP search
  9. backwards.
  10.  
  11. To exit incremental search mode type ENTER.
  12.  
  13. Incremental search supports regex. For example: To match the
  14. word "incremental" or the word "search" in this document, type:
  15.  
  16. CTRL-F
  17. incremental|search
  18. Then type CTRL-F again to cycle through the matches.
  19.  
  20.  
  21. Further details of the behavior of inc. search:
  22.  
  23.     * Ctrl-F while text is selected in editor copies it to search
  24.       field up to the first newline or up to 30 characters
  25.     * F3 starts search field with last search entered
  26.     * Search starts at cursor position (1.8beta5 and prior started
  27.       always at page beginning)
  28.     * ENTER terminates search and keeps last found text selected (if any)
  29.     * ESC terminates search and goes back where search began
  30.     * Clicking outside of the search field terminates search
  31.     * If search pattern is found search field is green
  32.     * If search pattern is not found search field is yellow
  33.     * If search pattern is an invalid regex, color doesn't change
  34.  
  35.  
  36. In the options dialog, page "Searching" there is also an option
  37. "Delay before auto-close". Entering a number greater 0 denotes the
  38. number of seconds of inactivity before incremental search is closed
  39. automatically. 0 means "wait forever".
  40.  
  41.  
  42. [icon: lens]